home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 6
/
Aminet 6 - June 1995.iso
/
Aminet
/
text
/
hyper
/
ADtoHT2_0.lha
/
MyLib.lha
/
include
/
errno.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-04
|
198 b
|
15 lines
/* $VER: errno.h 1.0 (02.03.95) */
#ifndef _ERRNO_H_
#define _ERRNO_H_
#ifndef DOS_DOS_H
#include <dos/dos.h>
#endif
extern int errno;
#define ENOMEM ERROR_NO_FREE_STORE
#endif /* _ERRNO_H_ */